home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000393_news@newsmaster….columbia.edu _Thu Aug 20 14:41:04 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  4KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA29534
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 20 Aug 1998 14:41:03 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id OAA06328
  7.     for kermit.misc@watsun; Thu, 20 Aug 1998 14:41:03 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc,comp.os.linux.misc
  11. Subject: Re: Terminal warnings with RH5.1
  12. Date: 20 Aug 1998 18:40:58 GMT
  13. Organization: Columbia University
  14. Lines: 55
  15. Message-ID: <6rhqjq$n76$1@apakabar.cc.columbia.edu>
  16. References: <6rfhje$jun@news.jhu.edu> <6rh82g$djj$1@apakabar.cc.columbia.edu> <6rhnfi$qu$1@samba.rahul.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9119 comp.os.linux.misc:287559
  19.  
  20. In article <6rhnfi$qu$1@samba.rahul.net>,  <dold@network.rahul.net> wrote:
  21. : : Dzung Pham <pham@iron.ece.jhu.edu> wrote:
  22. : : : I recently upgraded from Redhat Linux 5 to 5.1.  With the upgrade 
  23. : : : however, kermit now gives the following message when starting up
  24. : : : Warning: terminal type unknown: "xterm"
  25. : Frank da Cruz (fdc@watsun.cc.columbia.edu) wrote:
  26. : : C-Kermit uses (n)curses to format the fullscreen file-transfer display.
  27. : : (n)curses, in turn, uses the terminfo database.  When C-Kermit starts, it
  28. : : checks your TERM environment variable and asks (n)curses if this terminal
  29. : : type is acceptable.  If (n)curses says "no", it usually means your
  30. : : terminfo database lacks an entry for the terminal whose name is the value
  31. : : of the TERM variable, "xterm" in this case, and in that case C-Kermit
  32. : : disables its fullscreen file-transfer display.
  33. : This is the problem I mentioned a few days ago.  RedHat 5.1 is my first try
  34. : at RedHat, so I didn't know that the kermit.rpm worked on any previous
  35. : version.
  36. : A program of my own construction that references curses works fine, so
  37. : there is apparently something wrong with the variety of curses that is
  38. : installed (there are several available), or the kermit.rpm needs to be
  39. : adjusted to correspond to some other change in RedHat 5.1
  40. : It doesn't matter what TERM is set to.  It doesn't find any of them.
  41. : In my program, I told it -lcurses and -lncurses.  Both worked.
  42. : It also didn't matter whether -DMINICURSES was included.
  43. : I tried to "make linux" from the fresh source for kermit, but that gave a
  44. : pile of errors.  I haven't looked at what, yet.
  45. OK, then it appears something is wrong:
  46.  
  47.  1. C-Kermit 6.0 predates Red Hat 5.1, as well as the newer Linux
  48.     releases, glibc, etc etc.
  49.  
  50.  2. The C-Kermit RPM predates Red Hat 5.1.  It was made by a person
  51.     at Red Hat who is no longer there.  Reportedly this RPM references
  52.     ncurses 3.0.  I suspect that Red Hat 5.1 has some other version of
  53.     ncurses and perhaps this is what is causing the trouble.
  54.  
  55.  3. C-Kermit 6.1, now in Beta test:
  56.  
  57.       http://www.columbia.edu/kermit/ck61.html
  58.  
  59.     is compatible with newer Linuxes, glibc, etc, and does not (itself)
  60.     require any particular version of ncurses.  Grab the source from 
  61.     op.cit., unpack it, and "make linux".  It should go smoothly.
  62.  
  63. If somebody would like to send in a replacement for the C-Kermit 6.0
  64. RPM that works with all versions of Red Hat, including 5.1, be my guest.
  65. I also hope somebody will be able to make RPMs for the next version of
  66. C-Kermit when it is released.  If you're interested, please contact me.
  67.